home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLU
- ; Take every PCX file on D:\ZSOFT and print a report to the screen
- ;
- ; NOTE: If you remove the ";" from in front of the PRINTER-ON command then
- ; the report will be sent to the printer!
- ;
-
- ; Printer-ON
- change-path D:\ZSOFT\*.PCX
- :loop
- echo %file_name%, %res_x%x%res_y%x%image_colors% colors.
- skipnext :exit
- goto :loop
- :exit
- ENTER